GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-07T08:06:14.5920489+00:00",
"SubmitDate": "2026-06-07T08:06:14.5920489+00:00",
"ReportPeriodStart": "2026-06-07T08:06:14.5920489+00:00",
"ReportPeriodEnd": "2026-06-07T08:06:14.5920489+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "410ab5f4-0448-4d99-abb1-cd34802eaa3e",
"Rows": [
{
"ItemId": "25032ec2-6a39-4634-8026-175d83d05205",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25032ec2-6a39-4634-8026-175d83d05205",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "410ab5f4-0448-4d99-abb1-cd34802eaa3e",
"Rows": [
{
"ItemId": "25032ec2-6a39-4634-8026-175d83d05205",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25032ec2-6a39-4634-8026-175d83d05205",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5103d057-14d2-4b85-ae02-fc7299b33f85",
"bed0189b-4b21-46be-b0b2-9ea0efd9153a"
],
"Approvers": [
"e2d1901a-931b-4184-a759-61046d651de8",
"72baf37c-57cf-4b2d-a333-eb806ec47ba4"
],
"ApprovedBy": "f49b55a0-4290-4941-9bc2-c3ba360e9fe7",
"ApprovalDate": "2026-06-07T08:06:14.5920489+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "61974db9-65b1-4f1f-b28e-e84d59b3a8e9",
"id": "4340309b-c567-4eb5-9628-22385654a6b9",
"ConfigId": "86afba83-6f23-472b-924a-855e7cd62dc6"
},
{
"GenerationDate": "2026-06-07T08:06:14.5920489+00:00",
"SubmitDate": "2026-06-07T08:06:14.5920489+00:00",
"ReportPeriodStart": "2026-06-07T08:06:14.5920489+00:00",
"ReportPeriodEnd": "2026-06-07T08:06:14.5920489+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "410ab5f4-0448-4d99-abb1-cd34802eaa3e",
"Rows": [
{
"ItemId": "25032ec2-6a39-4634-8026-175d83d05205",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25032ec2-6a39-4634-8026-175d83d05205",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "410ab5f4-0448-4d99-abb1-cd34802eaa3e",
"Rows": [
{
"ItemId": "25032ec2-6a39-4634-8026-175d83d05205",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25032ec2-6a39-4634-8026-175d83d05205",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5103d057-14d2-4b85-ae02-fc7299b33f85",
"bed0189b-4b21-46be-b0b2-9ea0efd9153a"
],
"Approvers": [
"e2d1901a-931b-4184-a759-61046d651de8",
"72baf37c-57cf-4b2d-a333-eb806ec47ba4"
],
"ApprovedBy": "f49b55a0-4290-4941-9bc2-c3ba360e9fe7",
"ApprovalDate": "2026-06-07T08:06:14.5920489+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "61974db9-65b1-4f1f-b28e-e84d59b3a8e9",
"id": "4340309b-c567-4eb5-9628-22385654a6b9",
"ConfigId": "86afba83-6f23-472b-924a-855e7cd62dc6"
}
]